Welcome![Sign In][Sign Up]
Location:
Search - udp socket

Search list

[Internet-NetworkUDP

Description: 利用windows socket与UDP协议实现网络通信,操作平台VC++6.0 非常实用,希望大家喜欢-Using windows socket and UDP protocols, network communication, operating platform, VC++6.0 is very useful, I hope everyone likes
Platform: | Size: 6144 | Author: 樊露 | Hits:

[Linux-Unixfarsight_network_demo1.0.tar

Description: linix网络编程,tcp ,udp,多线程,socket等比较适合初学者学习的源代码-linix network programming, tcp, udp, multi-threading, socket and so more suitable for beginners to learn the source code
Platform: | Size: 109568 | Author: 浪击天涯 | Hits:

[Communication-Mobile20100204AudioSend

Description: 音频采集得到PCM数据,然后进行AMR编码,再封RTP包,加DTP头,最后送UDP Socket发送,Visual C++ 6.0工程源码-PCM audio data to be collected and then AMR coding, and then sealed RTP packets, plus DTP head, the last to send UDP Socket send, Visual C++ 6.0 Project Source
Platform: | Size: 133120 | Author: 何朝阳 | Hits:

[Linux-Unixsocket

Description: Linux下的SOCKET通信程序,包括TCP通信范例和UDP通信范例,修改Makefile文件可在PC平台或者嵌入式平台上运行-Linux Socket communications programs, including TCP and UDP traffic communication paradigm, paradigm, modify the Makefile file can be run in an embedded platform
Platform: | Size: 50176 | Author: 沧海一笑 | Hits:

[Internet-NetworkNetWork

Description: windows 中网络编程 Socket TCP FTP UDP等概念-windows in the network programming concepts such as Socket TCP FTP UDP
Platform: | Size: 28267520 | Author: yisaka | Hits:

[CommunicationChat1

Description: Mini Delphi Chat program. UDP Socket programming
Platform: | Size: 2048 | Author: teknologix | Hits:

[Internet-NetworkMultiChatLib

Description: 基于比特精灵多人聊天基础,采用P2P技术,里面实现了完成的 线程库,内存库,和socket通讯类,含TCP和UDP ,代码很经典,执行效率很高,有需要的同学,可以自行下载,仅供学习使用,不得用于商业,否则后果自负。-Chat based on Bitspirit people using P2P technology, which achieved the completion of the thread library, the memory bank, and the socket communications, including TCP and UDP, the code is very classic, very high efficiency in the implementation, there is a need for students, free to download , only to learn to use, not for commercial, or peril.
Platform: | Size: 220160 | Author: 天一 | Hits:

[Internet-Networkudp

Description: 个人写的vc下UDP广播发送和接收的源码,对于初学网络socket的人有一定帮助-Vc written under the individual to send and receive UDP broadcast source, the network socket for the beginner who has some help
Platform: | Size: 616448 | Author: 李树军 | Hits:

[TCP/IP stackassignment3

Description: Java UDP Ping Client/Server
Platform: | Size: 9216 | Author: rdt | Hits:

[JSP/Javaudp-reliable-data-transmission

Description: UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Math.random ()) 2. After the case of redundant packet loss retransmission ack 3. Retransmission timeout (DatagramSocket and Socket has a member function setSoTimeout ( delay), by capturing the IO exception thrown during timeout to achieve retransmission timeout)
Platform: | Size: 10240 | Author: nazali | Hits:

[TCP/IP stackTCPUDPSocket

Description: TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP socket communication program.
Platform: | Size: 1118208 | Author: 李正交 | Hits:

[Internet-Networksocket

Description: linux下套接字编程实例,使用TCP和UDP两种通讯方式,适合初学者-socket programming under linux which is useful for the beginning student
Platform: | Size: 16384 | Author: 孙超 | Hits:

[Software EngineeringUDP

Description: 面向无连接的Socket编程,实现了交互式通信-UDP Socket
Platform: | Size: 3072 | Author: liuzx | Hits:

[Linux-UnixLam_qt

Description: 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately adopted a Linux system to QT for the development of language, in the realization of the basic communication function basis, continue to cross-compile the software and successfully transplanted to the ARM9 development board. This software is not the server, only a single client, the software starts by using the UDP protocol to send to the broadcast address 255.255.255.255 that an encoded broadcast packets to establish a list of online users This software can be XP system, Ubuntu system and ARM9 development board run, using the Tcp/Udp, Socket and other technology software changes the basic user name, one to one chat and file transfer capabilities.
Platform: | Size: 140288 | Author: stone | Hits:

[Internet-NetworkSocket_Test

Description: socket 通讯程序,支持IPv4、IPv6,UDP、TCP通讯-socket communication program to support IPv4, IPv6, UDP, TCP communications
Platform: | Size: 242688 | Author: cn | Hits:

[Internet-Networksocket

Description: socket编程,里面是包含TCP和UDP的传输代码,新手可以借鉴-socket programming, which includes TCP and UDP is the transport code, novices can learn
Platform: | Size: 15360 | Author: 潘亮 | Hits:

[Internet-Networkudp

Description: 用C语言编写的基于UDP的SOCKET的网络通信程序-Using C language UDP-based network communication program SOCKET
Platform: | Size: 4773888 | Author: year | Hits:

[Internet-Networkudp

Description: linux下面实现的socket网络编程。使用的是udp协议,可以实现多客户端联机server的功能-The following implementation linux network programming socket. Using udp protocol, can be multi-line server client functionality
Platform: | Size: 1024 | Author: 龙虾 | Hits:

[CommunicationUDPsocket

Description: it s a UDP socket application example in WIN32 sys. with both client and server codes included.
Platform: | Size: 2048 | Author: yf | Hits:

[Internet-Networkudp

Description: linux下套接字编程的UDP简单例子程序,初学的可以-UDP socket programming under linux simple example program, beginners can take a look
Platform: | Size: 1024 | Author: kenneth | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net